home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility3 / jfklib.zip / HELLO.H < prev    next >
Text File  |  1991-05-09  |  251b  |  15 lines

  1. /*
  2.     HELLO.H - Hello World - A Simple Demoprogram
  3.     (C) 1991 by Joachim Kainz 'On a mission from Bhudda'
  4. */
  5.     #if !defined (__HELLO_H)
  6.  
  7.     #define __HELLO_H 1
  8.  
  9.     #include <jfklib.h>
  10.  
  11.     #define ID_FONT         1001
  12.     #define ID_HI_FOLKS     1002
  13.  
  14.     #endif
  15.